| Delete | deleteUser |
Resource Path: /user/{username}
Description
Delete user
Parameters
| Name | Description | Data Type |
|---|---|---|
| username | The name that needs to be deleted | string |
Fault Responses
| Fault | Description |
|---|---|
| 400 | Invalid username supplied |
| 404 | User not found |
See Also